File dialog in python using pyside

by: Akshat Vohra, 7 years ago


Hello everyone, i have a problem regarding file dialog. I want to choose an image from the system and then display it using python. I can't figure it out. Please help me. Provide me with some code. It will be really helpful.



You must be logged in to post. Please login or register an account.



try usin pil
for ex-
from PIL import Image

your_image=Image.open("pathof yourimage.jpg")
your_image.show()

#This should work:)#

-Amay1212 7 years ago
Last edited 7 years ago

You must be logged in to post. Please login or register an account.